home *** CD-ROM | disk | FTP | other *** search
/ 3D Game Programming All in One / 3D Game Programming All in One Disc.iso / 3D2E / RESOURCES / CH6 / EMAGA6 / common / help / 5. World Editor.hfl < prev    next >
Text File  |  2005-11-23  |  6KB  |  54 lines

  1. <lmargin%:5><rmargin%:95><font:Arial Bold:20>World Editor...
  2.  
  3. World Editor Basics<font:Arial:16>
  4. The World Editor has three seperate "windows" in the Mission Editor:
  5. World Editor - a full screen object manipulator
  6. World Editor Inspector - used for inspecting and editing the properties of objects
  7. World Editor Creator - used for creating new mission objects
  8.  
  9. The World Editor main view is a view of the 3D world.  Objects in this view (interiors, shapes, markers, etc) can be manipulated with the mouse and keyboard.
  10.  
  11. The following mouse and keyboard functions exist:
  12.  
  13. <font:Arial Bold Italic:16>Clicking on an unselected object<font:Arial:16> - deselects all currently selected objects and selects the clicked object
  14. <font:Arial Bold Italic:16>Clicking in empty space<font:Arial:16> - click-drags a box around objects, and selects all objects in the box
  15. <font:Arial Bold Italic:16>Shift-clicking on an object<font:Arial:16> - toggles selection of the clicked object
  16. <font:Arial Bold Italic:16>Mouse dragging a selected object<font:Arial:16> - moves the selected objects, either on a horizontal plane, or sticking to the terrain, depending on the setting of the "Planar Movement" checkbox in the World Editor Settings dialog
  17. <font:Arial Bold Italic:16>Control-clicking and drag<font:Arial:16> - moves the selected objects vertically
  18. <font:Arial Bold Italic:16>Alt-clicking and drag<font:Arial:16> - rotates the selected objects about the vertical axis
  19. <font:Arial Bold Italic:16>Alt-control-clicking and drag<font:Arial:16> - scales the selected object by a face on the bounding box
  20.  
  21. If gizmos are enabled in the World Editor Settings dialog, they can also be clicked and dragged:
  22. <font:Arial Bold Italic:16>click-drag gizmo axis<font:Arial:16> - move selection along that axis
  23. <font:Arial Bold Italic:16>alt-click-drag gizmo axis<font:Arial:16> - rotate selection on that axis
  24. <font:Arial Bold Italic:16>alt-control-click-drag gizmo axis<font:Arial:16> - scale along that axis
  25.  
  26. <font:Arial Bold:20>World Menu<font:Arial:16>
  27. The World Menu contains world editor specific options for controlling properties of the current selection, as well as choosing where new objects are dropped.  The following list describes the world menu options:
  28. <font:Arial Bold:16>Lock Selection<font:Arial:16> - Locks the current selection so that it cannot be manipulated from the world editor view
  29. <font:Arial Bold:16>Unlock Selection<font:Arial:16> - Unlocks a locked selection
  30. <font:Arial Bold:16>Hide Selection<font:Arial:16> - Hides the current selection to reduce clutter while editing
  31. <font:Arial Bold:16>Show Selection<font:Arial:16> - Shows hidden objects in the selection
  32. <font:Arial Bold:16>Delete Selection<font:Arial:16> - Deletes the currently selected objects
  33. <font:Arial Bold:16>Camera To Selection<font:Arial:16> - Moves the camera to the selected objects
  34. <font:Arial Bold:16>Reset Transforms<font:Arial:16> - Resets the rotation and scale on the selected objects
  35. <font:Arial Bold:16>Drop Selection<font:Arial:16> - Re-drops the selected objects into the mission according to the drop rule (see below)
  36. <font:Arial Bold:16>Add Selection to Instant Group<font:Arial:16> - Moves the currently selected objects into the current Instant Group.
  37. <font:Arial Bold:16>Drop at Origin<font:Arial:16> - New objects will be created at the origin
  38. <font:Arial Bold:16>Drop at Camera<font:Arial:16> - New objects will be created at the camera's location
  39. <font:Arial Bold:16>Drop at Camera w/Rot<font:Arial:16> - New objects will be created at the camera's location with the camera's current orientation
  40. <font:Arial Bold:16>Drop below Camera<font:Arial:16> - New objects will be created below the camera's location
  41. <font:Arial Bold:16>Drop at Screen Center<font:Arial:16> - New objects will be created in the world where the view direction hits an object
  42. <font:Arial Bold:16>Drop at Centroid<font:Arial:16> - New objects will be created in the world at the center of the selection
  43. <font:Arial Bold:16>Drop to Ground<font:Arial:16> - New objects will be dropped at the terrain ground level
  44.  
  45. <font:Arial Bold:20>World Editor Tree<font:Arial:16>
  46. The World Editor tree view is displayed in the upper right screen quadrant in both the World Editor Inspector and the World Editor Creator.  This tree displays the hierarchy of the mission data file.  Objects selected in the tree will also be selected in the main view.  There is a special group selection call the <font:Arial Bold:16>Instant Group<font:Arial:16>.  This group is where objects that are pasted are placed, as well as where objects created from the World Editor Creator are placed.  In the World Editor tree view the instant group is displayed with a grey hilight.  To change the current instant group, Alt-click on a group in the tree view.
  47.  
  48. <font:Arial Bold:20>World Editor Inspector<font:Arial:16>
  49. The World Editor Inspector allows the user to specify properties of mission objects.  When an object is selected in Inspector mode, that object's properties will be displayed in the lower right quadrant of the screen.  Once properties are edited, clicking the apply button will set those properties into the object.  Dynamic properties can be assigned to objects with the Dynamic Fields Add button.  Dynamic fields are accessable through the scripting language and are used to add game-specific properties to mission objects.
  50.  
  51. <font:Arial Bold:20>World Editor Creator<font:Arial:16>
  52. The World Editor Creator displays a tree view in the lower left corner of the screen.  This tree contains all objects that can be created in a mission.
  53.  
  54.